home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-12-09 | 1.1 KB | 32 lines |
- [UserMenu]
-
- [MultiHighlight]
- Syntax=
- File=
-
- [Comment]
- 1=***************************************************************************
- 2=
- 3=<b>Syntax: ActionScript 3.0 </b>
- 4=<b>Version: 0.0 </b>
- 5=<b>Date: 10.09.2008 </b>
- 6=<b>Author: n.n. from Ultraedit - see example for success </b>
- 7= Converted to RJ TextEd and edited by Rickard Johansson
- 8=
- 9=<b>source file: ActionScript 3.0 Wordfile 1.1.txt </b>
- 10=<b>filter: ultraedit2rjedit-awk.txt </b>
- 11=<b>filter version: $Revision: 1.23 $/$Date: 2006/08/15 20:05:10 $ </b>
- 12=
- 13=<b>file extensions: .as </b>
- 14=
- 15=***************************************************************************
-
- [Sample]
- 1=function sqr(x:Number) {
- 2=return Math.pow(x, 2);
- 3=}
- 4=var y:Number = sqr(3);
- 5=trace(y); // output: 9
- 6=
-
-